Add a dependency for Gtk-2.0.gir on Gdk-2.0.gir
authorMatthias Clasen <mclasen@redhat.com>
Mon, 22 Mar 2010 17:02:24 +0000 (13:02 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:19 +0000 (20:59 -0400)
Another parallel build fix, see bug 610946.

gtk/Makefile.am

index c29509f0cb0b8813de49a6f3217e80797bf6e585..5ecf7301d4e5ba67972bd5c82c2e9e932183fdd7 100644 (file)
@@ -983,7 +983,7 @@ introspection_files = \
     gtktypebuiltins.h \
     gtktypebuiltins.c
 
-Gtk-2.0.gir: $(INTROSPECTION_SCANNER) $(gtktargetlib) Makefile
+Gtk-2.0.gir: $(INTROSPECTION_SCANNER) $(gtktargetlib) $(top_builddir)/gdk/Gdk-2.0.gir Makefile
 Gtk_2_0_gir_SCANNERFLAGS = --strip-prefix=Gtk
 Gtk_2_0_gir_INCLUDES = Atk-1.0 Gdk-2.0
 Gtk_2_0_gir_CFLAGS = \